html,
body {
	/* min-width: 1024px; */
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

body::-webkit-scrollbar {
	display: none;
	/* 隐藏右侧滚动条 */
}

* {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑" !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


.text-spacing {
	letter-spacing: 3px;
}

/* 公共样式  线 默认1rem=16px */
.common-sub-line {
	width: 3.5rem;
	height: 3px;
	border-left: 1.25rem solid #ff0038;
	background: #064393;
	margin: 10px 0 10px 0;
}


.allpage-icon>img{opacity:0.3;}

/* pc端 */
@media screen and (min-width: 1024px) {
	html {
		/* 1rem=16px */
		font-size: 16px !important;
	}
	
	.foot {
		width: 100%;
		height: 400px;
	}
	
}

/* 手机端 */
@media screen and (max-width: 1024px) {
	html {
		/* 1rem=14px */
		font-size: 14px !important;
	}

	/* 页面头部标题与文字   ******************** start */
	.common-head-box {
		position: absolute;
		left: 0;
		right: 0;
		height: 30%;
		margin: auto;
		width: 75%;
		top: 40%;
	}

	.common-head-title {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3px;
		font-weight: 600;
		color: #FFFFFF;
		letter-spacing: 5px;
		padding-bottom: 5px;
	}

	.common-head-desc {
		letter-spacing: 3px;
		font-size: 14px;
		font-weight: 600;
		padding: 6px 12px;
		color: #064393;
		background-color: #ffffff;
		display: inline-block;
		opacity: 0.6;
	}

	/* 页面内容标题大小统一 */
	.common-content-title {
		letter-spacing: 3px;
		font-size: 20px;
		font-weight: 700;
		line-height: 44px;
	}

	/* 页面头部标题与文字   ******************** end */
	
	/* .foot {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
	} */
	
	
	
}
